PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFRubberStampAnnotation Class / setOpacity Method
A value in the range [0, 1] that represents the constant opacity value to be used in painting the annotation.
In This Topic
    setOpacity Method
    In This Topic
    Sets the annotation opacity.
    Syntax
    public void setOpacity( 
       double opacity
    )

    Parameters

    opacity
    A value in the range [0, 1] that represents the constant opacity value to be used in painting the annotation.
    See Also